home *** CD-ROM | disk | FTP | other *** search
/ ftp.mayn.de / ftp.mayn.de-pub.zip / ftp.mayn.de-pub / apple / macintosh / telnet / Niftytelnet_SSH_r3.sit.hqx / niftytelnet-1.1-ssh-r3 Folder / README < prev    next >
Text File  |  1996-10-27  |  8KB  |  118 lines

  1. NiftyTelnet (version 1.1) is a simple, fast telnet client for the Macintosh.  For instructions, see the Apple Guide (under the Guide menu in NiftyTelnet).  Suggestions and bug reports are welcome and may be sent to Chris Newman <chrisn+@cmu.edu>.  For more information and the latest release, see the NiftyTelnet web page at: <http://andrew2.andrew.cmu.edu/dist/niftytelnet.html>.
  2.  
  3. Major changes from version 1.0:
  4.  Ñ Configurable Colors
  5.  Ñ OpenTransport native
  6.  Ñ Adjustable Scrollback buffer size
  7.  Ñ Improved keyboard support, including page up/page down for scrolling
  8.  Ñ Drag into NiftyTelnet window supported
  9.  Ñ Bug fixes & improved user interface
  10.  
  11. PGP signature
  12. The PGP signature is a way to prevent viruses and trojan horses by authenticating that NiftyTelnet originated from me.  Signature verification is optional.  In order to verify the signature, you need to first aquire MacPGP and my public key from the above web page.  Then you need to "MacBinarize" the NiftyTelnet application (MacPGP can do this) and use the resulting version when verifying the signature.
  13.  
  14. Known shortcomings (to be addressed in version 1.2):
  15.  Ñ There is no printing support in NiftyTelnet
  16.  Ñ ╥Linemode╙ is not supported.  This means that you may be unable to edit lines when working with some MUDs or other non-telnet protocols.
  17.  Ñ There is no support for foreign languages.
  18.  
  19. Acknowledgements:
  20. Many thanks to all the kind people on the Internet how have been extremely helpful by reporting bugs, giving suggestions and participating in beta tests.  There are too many to list all of them, but here are a few who have made significant contributions:
  21. Mark Corsi who wrote the Apple Guide.
  22. Rob Earhart who wrote the original version of the encryption code.
  23. Wesley Craig, Samuel Ferguson, Lee Fyock, Paul Morris, John Pane, and Jonas Wallden for giving source code changes with their bug reports or suggestions.
  24. And Jonathan Lennox for going above an beyond the call of duty in locating obscure bugs.
  25.  
  26. Change list from version 1.0 to 1.1:
  27. + bugfix: Linux servers now supported by MacTCP Macs (don't use IP priority)
  28. + bugfix: write-to-zero bug detected by EvenBetterBusError (in tabstops code)
  29. + bugfix: make word selection work when scrolled back
  30. + bugfix: double option window when command-e/command-n pressed in New Connection window caused corrupted prefs and crashes
  31. + bugfix: add proper ctrl-number key mappings
  32. + bugfix: origin mode bug with scroll regions: manifests in open-line command in VMS editor
  33. + bugfix: wrap&scroll when line at bottom was double-width
  34. + bugfix: added some bounds checking to settings... dialog
  35. + bugfix: when selection is larger than window and at bottom, redraws can fail
  36. + bugfix: make double-width/double-height partially work for fonts other than the nifty fonts
  37. + bugfix: make auto-repeat-off escape sequence only effect one window
  38. + bugfix: minor bug in encryption code which caused echoing of random charaters on login every once in a while (IAC doubling problem)
  39. + bugfix: memory leaks in encryption code, font code, resize code
  40. + bugfix: array bounds overwrite in encryption code
  41. + bugfix: when IP address was typed for hostname there was no window title
  42. + bugfix (b2->b3): translate invert display preference to new color pref
  43. + bugfix (b2->b3): don't count as double click if mouse moved too far
  44. + bugfix (b2->b3): show the cursor on mouse click, if hidden
  45. + bugfix (b2->b3): make paste from other window into New Connection dialog work
  46. + bugfix (b2->b3): error message when Internet Config not installed
  47. + bugfix (b2->b3): save as... now works right.
  48. + bugfix (b2->b3): invalid hostnames will give correct error
  49. + bugfix (b2->b3): selections which disappear when window inactive got out of sync
  50. + bugfix (b2->b3): selections which disappear while mouse down got out of sync
  51. + bugfix (b2->b3): selections from bottom up sometimes misdraw
  52. + bugfix (b2->b3): don't try two logins on auth failure/cancel
  53. + bugfix (b2->b3): get vertical mouse position right for selections
  54. + bugfix (b2->b3): make multi-realm authentication work
  55. + bugfix (b2->b3): settings... dialog now applies changes to correct window
  56. + bugfix (b2->b3): problem with size box getting out of sync with dragging fixed
  57. + bugfix (b3->b4): emulation: cursor position report didn't reflect origin mode
  58. + bugfix (b3->b4): emulation: index/reverse index didn't work right when cursor outside scroll region
  59. + bugfix (b3->b4): deal correctly with MacTCP close when DNS is active
  60. + bugfix (b3->b4): save the port around call to OpenDriver() for MacTCP to prevent PPP interference
  61. + bugfix (b4->final): infinite loop if "Untitled-1" shortcut already exists and a new one is created
  62. + UI fix: add home/end/pgup/pgdown/del
  63. + UI fix: help is now an apple guide
  64. + UI fix: scroll to bottom on keypress
  65. + UI fix: scroll to bottom on paste/duplicate/drop
  66. + UI fix: allow drag from other windows
  67. + UI fix: shift-tab in settings window works
  68. + UI fix: improved interface for choosing the default session
  69. + UI fix: move "Save As..." feature from menu to button in Settings dialog
  70. + UI fix (b2->b3): number command-key shortcuts from 1 (instead of 0) on Window menu
  71. + UI fix (b2->b3): added "Edit Settings..." menu item
  72. + UI fix (b2->b3): better TCP/IP error messages
  73. + UI fix (b2->b3): color icons in error/warning dialogs
  74. + UI fix (b2->b3): display watch while connecting
  75. + UI fix (b2->b3): make selection track buffer as new text is added when back scrolled
  76. + UI fix (b2->b3): make zoom box switch between 80x24 and 80xMaxHeightOnSceen
  77. + UI fix (b2->b3): put non-standard port into titlebar
  78. + UI fix (b2->b3): only 3 bells are allowed in a 3 second period -- this prevents the machine from ringing too many bells if a binary file is displayed by accident
  79. + UI fix (b2->b3): auto scrolling on selection
  80. + UI fix (b3->b4): stagger windows properly
  81. + UI fix (b3->b4): don't let cursor region get out of sync on command-drag
  82. + UI fix (b3->b4): allow tab between hostname and settings list in New Connection dialog
  83. + UI fix (b3->b4): get rid of flicker on background scrolling
  84. + UI fix (b3->b4): if update region & scrolling, adjust update region
  85. + UI fix (b3->b4): complain if telnet server doesn't support user name
  86. + UI fix (b3->b4): make error dialog fit standard dimensions from HIG
  87. + feature: save text on clear screen
  88. + feature: option to set scrollback buffer size
  89. + feature: select all in main window
  90. + feature: option to keep window open when done
  91. + feature: scan for fixed width fonts done in background and cached
  92. + feature: color config support
  93. + feature: OpenTransport
  94. + feature: meta key (command-control)
  95. + feature: does reverse DNS lookups to support load balanced A records
  96. + feature: locked preferences file works and prevents changes
  97. + feature: function keys send VT200 sequences
  98. + feature (b2->b3): save text from scroll region at top of window
  99. + feature (b2->b3): optimized up scrolling for scroll regions at top of window
  100. + feature (b2->b3): active scrolling
  101. + feature (b2->b3): remote machine can set window title with xterm escape sequence
  102. + feature (b2->b3): added command-K shortcut to Clear menu item
  103. + feature (b2->b3): look in app folder for preferences first
  104. + feature (b2->b3): double-clickable preferences files
  105. + feature (b2->b3): show version in about box
  106. + feature (b3->b4): do the cheap implementation of echo mode
  107. + feature (b3->b4): added a few more escape sequences
  108. + feature (b3->b4): echo mode
  109. + change: make command-click strip trailing period and comma
  110. + change: updated about box
  111. + change: exportable version is now available
  112. + change: can compile under Think C 6.0 + Universal Headers
  113. + change: port now specified as "host:port" rather than a separate config item
  114. + change: control-delete is opposite of delete
  115. + change: allow both vt102 and vt100 for terminal type
  116. + change (b3->b4): use IC 1.3 library
  117. + change (b3->b4): use CodeWarrior 10
  118.